Integrate Apportionment Definition Process
Use the Integrate Apportionment Definition API process to import apportionment definition for a selected resource file.
Process Settings
Below are the settings you must define for the Integrate Apportionment Definition API process:
Setting | Description | Sample Value |
---|---|---|
Process ID | This ID informs Cobra to run the Integrate Apportionment Definition process. | IntegrateApportionmentDefinition |
ResourceFile | This setting refers to the name of the resource file.
This setting is required. |
Demo Advanced Resources |
DefinitionFile | This is the fully qualified name of the definition file to import, including the file extension.
This setting is required. |
C:\Cobra\System\Demodata\Trn\ac_tran1.csv |
Sample Script
Below is a sample script file for the Integrate Apportionment Definition API process:
[PROCESS000]
ProcessId=IntegrateApportionmentDefinition
ResourceFile=Demo Advanced Resources
DefinitionFile=C:\Cobra\System\Demodata\Trn\ac_tran1.csv
Parent Topic: Process Sections of the API Script
How to...